AASSET_MODE_UNKNOWN

Available access modes for opening assets with {@link AAssetManager_open}

Values

ValueMeaning
AASSET_MODE_UNKNOWN0

No specific information about how data will be accessed.

AASSET_MODE_RANDOM1

Read chunks, and seek forward and backward.

AASSET_MODE_STREAMING2

Read sequentially, with an occasional forward seek.

AASSET_MODE_BUFFER3

Caller plans to ask for a read-only buffer with all data.

Meta